home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd1.bin / Software / TemaCD / RCEdit / RCEdit.CAB / Back 1 in History.js < prev    next >
Text File  |  1996-09-21  |  69b  |  6 lines

  1. // Navigator go back
  2.  
  3.     function goback() {
  4.         history.go(-1);
  5.     }
  6.